home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso / full / nt / MSSql / I386 / sqlx86.exe / PTK / VBSQL / TEXT.BAS < prev    next >
Encoding:
BASIC Source File  |  1996-04-03  |  341 b   |  18 lines

  1. Rem Global Definitions
  2.  
  3. Rem These handle the SQL Server connection
  4.  
  5. Global DBLIB_VERSION$
  6. Global PrimaryWindowTitle$
  7. Global SqlConn%
  8. Global ServerName$
  9. Global LoginID$
  10. Global Password$
  11. Global DatabaseName$
  12. Global SQLStatus%
  13. Global DefServer$
  14. Global DefLogin$
  15. Global Const LoginTimeout% = 30
  16. Global Const QueryTimeout% = 60
  17.  
  18.